From: Kenichi Handa Date: Sat, 12 Dec 2009 02:14:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8961 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c668f7ab6d7f868df79befe55a91f25ea8bff792;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index e1b78d01724..835917ab385 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,19 @@ +2009-12-12 Kenichi Handa + + * ftfont.c (struct ftfont_info): New member matrix. + (ftfont_open): Setup xftfont_info->matrix. + (MFLTFontFT): New member matrix. + (FLOOR, CEIL, ROUND): New macros. + (ftfont_get_metrics): Handle matrix transformation. + (ftfont_shape_by_flt): New arg matrix. Callers changed. + + * xftfont.c (struct xftfont_info): New member matrix. + (xftfont_open): Setup xftfont_info->matrix. + +2009-12-10 Kenichi Handa + + * xdisp.c (append_space_for_newline): Consider face-remapping. + 2009-12-09 Andreas Schwab * xsettings.c: Include "keyboard.h".